#zwgkmap {
  height: 510px;
  width: 502px;
}

.info-content {
  width: 100%;
}
.info-content img {
  margin: 4px;
}

#markerLabel {
  font-size: 16px;
  font-weight: bold;
  padding: 8px 16px;
  background-color: lightskyblue;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#markerLabel #markerTitle {
  text-align: center;
  width: 100%;
}
#markerLabel ul > li,
ol > li,
dt,
dd {
  line-height: 1 !important;
}

#markerLabel .nav > li > a {
  padding: 8px !important;
  line-height: 1 !important;
}

#markerLabel .dropdown {
  width: 300px;
}

#markerContent {
  padding: 24px !important;
  margin-top: 12px;
  padding: 12px;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 410px;
}
#markerContent img {
  width: 45%;
  margin: 8px;
}
.marker-content {
  padding: 16px 32px;
  font-weight: bold;
}
.dialog-marker .dialog-middle {
  width: 1000px !important;
  height: 700px !important;
}

.map-popup-wapper .leaflet-popup-content {
  margin: 12px;
}

.map-popup-title {
  display: flex;
  justify-content: space-between;
}
.map-popup-name {
  color: #146ee4;
  font-size: 16px;
  font-weight: bold;
}
.map-popup-detail {
  padding-right: 1em;
}
.map-popup-content {
  display: grid;
  grid-template-columns: auto max-content;
  column-gap: 8px;
  margin-top: 8px;
  color: #1d63c1;
}
.map-popup-items {
  display: grid;
  grid-template-columns: max-content auto;
}
.map-popup-label {
  line-height: 1.8em;
}
.map-popup-value {
  line-height: 1.8em;
}
